1 2 3 4 5 6
<script> import Post from '$/components/post/post.svelte'; export let id; </script> <Post id={id}/>